[INFO] fetching crate wlls 0.1.1...
[INFO] fixing wlls-0.1.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate wlls 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate wlls 0.1.1
[INFO] finished tweaking crates.io crate wlls 0.1.1
[INFO] tweaked toml for crates.io crate wlls 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wlls 0.1.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wlls 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 54911fd853260888bd6d5be693c74be70c388440248335bbf67f9bda2202e32e
[INFO] running `Command { std: "docker" "start" "54911fd853260888bd6d5be693c74be70c388440248335bbf67f9bda2202e32e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "54911fd853260888bd6d5be693c74be70c388440248335bbf67f9bda2202e32e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "54911fd853260888bd6d5be693c74be70c388440248335bbf67f9bda2202e32e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "54911fd853260888bd6d5be693c74be70c388440248335bbf67f9bda2202e32e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking unicase v2.8.1
[INFO] [stderr]     Checking pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking anyhow v1.0.100
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking snafu v0.8.9
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking wlls v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `rstest`
[INFO] [stdout]    --> src/references.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     use rstest::rstest;
[INFO] [stdout]     |         ^^^^^^ use of unresolved module or unlinked crate `rstest`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rstest`, use `cargo add rstest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:117:7
[INFO] [stdout]     |
[INFO] [stdout] 117 |     #[case("Just a note", Some("Just a note"), None, None)]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:118:7
[INFO] [stdout]     |
[INFO] [stdout] 118 |     #[case("A note?", Some("A note?"), None, None)]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:119:7
[INFO] [stdout]     |
[INFO] [stdout] 119 |     #[case("Note#with heading", Some("Note"), None, Some("with heading"))]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:120:7
[INFO] [stdout]     |
[INFO] [stdout] 120 |     #[case("Note#Heading|Label", Some("Note"), Some("Label"), Some("Heading"))]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:121:7
[INFO] [stdout]     |
[INFO] [stdout] 121 |     #[case("#Heading|Label", None, Some("Label"), Some("Heading"))]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:123:11
[INFO] [stdout]     |
[INFO] [stdout] 123 |         #[case] input: &str,
[INFO] [stdout]     |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         #[case] expected_file: Option<&str>,
[INFO] [stdout]     |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:125:11
[INFO] [stdout]     |
[INFO] [stdout] 125 |         #[case] expected_label: Option<&str>,
[INFO] [stdout]     |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:126:11
[INFO] [stdout]     |
[INFO] [stdout] 126 |         #[case] expected_section: Option<&str>,
[INFO] [stdout]     |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:139:7
[INFO] [stdout]     |
[INFO] [stdout] 139 |     #[case(Some("Note"), None, None, "Note")]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:140:7
[INFO] [stdout]     |
[INFO] [stdout] 140 |     #[case(Some("Note"), None, Some("Heading"), "Note > Heading")]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:141:7
[INFO] [stdout]     |
[INFO] [stdout] 141 |     #[case(None, None, Some("Heading"), "Heading")]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:142:7
[INFO] [stdout]     |
[INFO] [stdout] 142 |     #[case(Some("Note"), Some("Label"), Some("Heading"), "Label")]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:143:7
[INFO] [stdout]     |
[INFO] [stdout] 143 |     #[case(None, Some("Label"), Some("Heading"), "Label")]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:145:11
[INFO] [stdout]     |
[INFO] [stdout] 145 |         #[case] file: Option<&str>,
[INFO] [stdout]     |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:146:11
[INFO] [stdout]     |
[INFO] [stdout] 146 |         #[case] label: Option<&str>,
[INFO] [stdout]     |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:147:11
[INFO] [stdout]     |
[INFO] [stdout] 147 |         #[case] section: Option<&str>,
[INFO] [stdout]     |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `case` in this scope
[INFO] [stdout]    --> src/references.rs:148:11
[INFO] [stdout]     |
[INFO] [stdout] 148 |         #[case] expected: &str,
[INFO] [stdout]     |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wlls` (lib test) due to 19 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "54911fd853260888bd6d5be693c74be70c388440248335bbf67f9bda2202e32e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54911fd853260888bd6d5be693c74be70c388440248335bbf67f9bda2202e32e", kill_on_drop: false }`
[INFO] [stdout] 54911fd853260888bd6d5be693c74be70c388440248335bbf67f9bda2202e32e
